home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / MacPerl 5.1.3 / Mac_Perl_513_src / perl5.002 / MANIFEST.src < prev    next >
Encoding:
Text File  |  1997-01-19  |  26.7 KB  |  708 lines  |  [TEXT/MPS ]

  1. Artistic        The "Artistic License"
  2. Changes            Differences from previous versions.
  3. Changes.Conf        Recent changes in the Configure & build process
  4. Configure        Portability tool
  5. Copying            The GNU General Public License
  6. EXTERN.h        Included before foreign .h files
  7. INSTALL            Detailed installation instructions.
  8. INTERN.h        Included before domestic .h files
  9. MANIFEST        This list of files
  10. Makefile.SH        A script that generates Makefile
  11. README            The Instructions
  12. README.vms        Notes about VMS
  13. Todo            The Wishlist
  14. XSUB.h            Include file for extension subroutines
  15. av.c            Array value code
  16. av.h            Array value header
  17. cflags.SH        A script that emits C compilation flags per file
  18. config_H        Sample config.h
  19. config_h.SH        Produces config.h
  20. configpm        Produces lib/Config.pm
  21. cop.h            Control operator header
  22. cv.h            Code value header
  23. deb.c            Debugging routines
  24. doio.c            I/O operations
  25. doop.c            Support code for various operations
  26. dosish.h        Some defines for MS/DOSish machines
  27. dump.c            Debugging output
  28. eg/ADB            An adb wrapper to put in your crash dir
  29. eg/README        Intro to example perl scripts
  30. eg/changes        A program to list recently changed files
  31. eg/client        A sample client
  32. eg/down            A program to do things to subdirectories
  33. eg/dus            A program to do du -s on non-mounted dirs
  34. eg/findcp        A find wrapper that implements a -cp switch
  35. eg/findtar        A find wrapper that pumps out a tar file
  36. eg/g/gcp        A program to do a global rcp
  37. eg/g/gcp.man        Manual page for gcp
  38. eg/g/ged        A program to do a global edit
  39. eg/g/ghosts        A sample /etc/ghosts file
  40. eg/g/gsh        A program to do a global rsh
  41. eg/g/gsh.man        Manual page for gsh
  42. eg/muck            A program to find missing make dependencies
  43. eg/muck.man        Manual page for muck
  44. eg/myrup        A program to find lightly loaded machines
  45. eg/nih            Script to insert #! workaround
  46. eg/relink        A program to change symbolic links
  47. eg/rename        A program to rename files
  48. eg/rmfrom        A program to feed doomed filenames to
  49. eg/scan/scan_df        Scan for filesystem anomalies
  50. eg/scan/scan_last    Scan for login anomalies
  51. eg/scan/scan_messages    Scan for console message anomalies
  52. eg/scan/scan_passwd    Scan for passwd file anomalies
  53. eg/scan/scan_ps        Scan for process anomalies
  54. eg/scan/scan_sudo    Scan for sudo anomalies
  55. eg/scan/scan_suid    Scan for setuid anomalies
  56. eg/scan/scanner        An anomaly reporter
  57. eg/server        A sample server
  58. eg/shmkill        A program to remove unused shared memory
  59. eg/sysvipc/README    Intro to Sys V IPC examples
  60. eg/sysvipc/ipcmsg    Example of SYS V IPC message queues
  61. eg/sysvipc/ipcsem    Example of Sys V IPC semaphores
  62. eg/sysvipc/ipcshm    Example of Sys V IPC shared memory
  63. eg/travesty        A program to print travesties of its input text
  64. eg/unuc            Un-uppercases an all-uppercase text
  65. eg/uudecode        A version of uudecode
  66. eg/van/empty        A program to empty the trashcan
  67. eg/van/unvanish        A program to undo what vanish does
  68. eg/van/vanexp        A program to expire vanished files
  69. eg/van/vanish        A program to put files in a trashcan
  70. eg/who            A sample who program
  71. eg/wrapsuid        A setuid script wrapper generator
  72. emacs/cperl-mode.el    An alternate perl-mode
  73. embed.h            Maps symbols to safer names
  74. embed.pl        Produces embed.h
  75. ext/ExtBuildRules.mk        Macintosh extension build rules
  76. ext/DB_File/DB_File.pm        Berkeley DB extension Perl module
  77. ext/DB_File/DB_File.xs        Berkeley DB extension external subroutines
  78. ext/DB_File/DB_File_BS        Berkeley DB extension mkbootstrap fodder
  79. ext/DB_File/Makefile.PL        Berkeley DB extension makefile writer
  80. ext/DB_File/Makefile.mk        Berkeley DB extension makefile for Mac
  81. ext/DB_File/typemap        Berkeley DB extension interface types
  82. ext/DynaLoader/DynaLoader.pm    Dynamic Loader perl module
  83. ext/DynaLoader/Makefile.PL    Dynamic Loader makefile writer
  84. ext/DynaLoader/Makefile.mk    Dynamic Loader makefile for Mac
  85. ext/DynaLoader/README        Dynamic Loader notes and intro
  86. ext/DynaLoader/dl_aix.xs    AIX implementation
  87. ext/DynaLoader/dl_dld.xs    GNU dld style implementation
  88. ext/DynaLoader/dl_dlopen.xs    BSD/SunOS4&5 dlopen() style implementation
  89. ext/DynaLoader/dl_hpux.xs    HP-UX implementation
  90. ext/DynaLoader/dl_next.xs    Next implementation
  91. ext/DynaLoader/dl_none.xs    Stub implementation
  92. ext/DynaLoader/dl_os2.xs    OS/2 implementation
  93. ext/DynaLoader/dl_vms.xs    VMS implementation
  94. ext/DynaLoader/dl_mac.xs    MacOS implementation
  95. ext/DynaLoader/dlutils.c    Dynamic loader utilities for dl_*.xs files
  96. ext/Fcntl/Fcntl.pm        Fcntl extension Perl module
  97. ext/Fcntl/Fcntl.xs        Fcntl extension external subroutines
  98. ext/Fcntl/Makefile.PL        Fcntl extension makefile writer
  99. ext/Fcntl/Makefile.mk        Fcntl extension makefile for Macintosh
  100. ext/GD-1.00/GD.pm        GD extension Perl module
  101. ext/GD-1.00/GD.xs        GD extension external subroutines
  102. ext/GD-1.00/GD.pod        GD documentation
  103. ext/GD-1.00/MANIFEST        GD extension file list
  104. ext/GD-1.00/Makefile.PL        GD extension makefile writer
  105. ext/GD-1.00/Makefile.mk        GD extension makefile for Macintosh
  106. ext/GD-1.00/README        GD extension instructions
  107. ext/GD-1.00/README.QUICKDRAW    
  108. ext/GD-1.00/demos/brushes.pl
  109. ext/GD-1.00/demos/copies.pl
  110. ext/GD-1.00/demos/fills.pl
  111. ext/GD-1.00/demos/polys.pl
  112. ext/GD-1.00/demos/shapes.pl
  113. ext/GD-1.00/demos/tile.gif
  114. ext/GD-1.00/gd_example.cgi
  115. ext/GD-1.00/qd.pl
  116. ext/GD-1.00/typemap
  117. ext/IO/FileHandle.patch        Patch perl from FileHandle -> IO::Handle
  118. ext/IO/IO.pm            (v0.00) 
  119. ext/IO/IO.xs
  120. ext/IO/IO/File.pm        (v1.03) File handle package
  121. ext/IO/IO/Handle.pm        (v1.08) Base handle package
  122. ext/IO/IO/Pipe.pm        (v1.04) Pipe package
  123. ext/IO/IO/Seekable.pm        (v1.04) Methods for Seekable handles
  124. ext/IO/IO/Select.pm        (v1.02) 
  125. ext/IO/IO/Socket.pm        (v1.07) Socket handle package
  126. ext/IO/MANIFEST
  127. ext/IO/Makefile.PL
  128. ext/IO/Makefile.mk
  129. ext/IO/README
  130. ext/IO/t/dup.t
  131. ext/IO/t/pipe.t
  132. ext/IO/t/socket.t
  133. ext/IO/t/tell.t
  134. ext/IO/t/udp.t
  135. ext/IO/t/xs.t
  136. ext/Mac/Mac.c                Mac toolbox boot routine
  137. ext/Mac/Makefile.mk            Mac toolbox makefile
  138. ext/Mac/AppleEvents/AppleEvents.pm    AppleEvent manager interface
  139. ext/Mac/AppleEvents/AppleEvents.pod
  140. ext/Mac/AppleEvents/AppleEvents.xs
  141. ext/Mac/AppleEvents/Makefile.PL
  142. ext/Mac/AppleEvents/Makefile.mk
  143. ext/Mac/AppleEvents/PerlAEUtils.cp
  144. ext/Mac/AppleEvents/PerlAEUtils.h
  145. ext/Mac/AppleEvents/t/AEReceiver.t
  146. ext/Mac/AppleEvents/t/AESender.t
  147. ext/Mac/AutoInit.pl            Boot Mac toolbox
  148. ext/Mac/Components/Components.pm    Component manager interface
  149. ext/Mac/Components/Components.xs
  150. ext/Mac/Components/Makefile.PL
  151. ext/Mac/Components/Makefile.mk
  152. ext/Mac/Components/typemap
  153. ext/Mac/Components/t/ListComponents.t
  154. ext/Mac/ExtUtils/ExtractConstants    Various helpers to create new extensions
  155. ext/Mac/ExtUtils/ExtractFields
  156. ext/Mac/ExtUtils/ExtractFunctions
  157. ext/Mac/Files/Files.pm            File manager interface
  158. ext/Mac/Files/Files.xs
  159. ext/Mac/Files/Makefile.PL
  160. ext/Mac/Files/Makefile.mk
  161. ext/Mac/Files/typemap
  162. ext/Mac/Files/t/Files.t
  163. ext/Mac/Gestalt/Gestalt.pm        Gestalt manager interface
  164. ext/Mac/Gestalt/Gestalt.xs
  165. ext/Mac/Gestalt/Makefile.PL
  166. ext/Mac/Gestalt/Makefile.mk
  167. ext/Mac/Gestalt/t/Gestalt.t
  168. ext/Mac/InternetConfig/InternetConfig.pm    Internet Config interface
  169. ext/Mac/InternetConfig/InternetConfig.xs
  170. ext/Mac/InternetConfig/Makefile.PL
  171. ext/Mac/InternetConfig/Makefile.mk
  172. ext/Mac/InternetConfig/typemap
  173. ext/Mac/InternetConfig/t/IC.t
  174. ext/Mac/Memory/Makefile.PL        Memory Manager interface
  175. ext/Mac/Memory/Makefile.mk        
  176. ext/Mac/Memory/Memory.pm
  177. ext/Mac/Memory/Memory.xs
  178. ext/Mac/Memory/t/Memory.t
  179. ext/Mac/MoreFiles/DirectoryCopy.c    MoreFiles: helpful file management routines
  180. ext/Mac/MoreFiles/DirectoryCopy.h
  181. ext/Mac/MoreFiles/FSpCompat.c
  182. ext/Mac/MoreFiles/FSpCompat.h
  183. ext/Mac/MoreFiles/FileCopy.c
  184. ext/Mac/MoreFiles/FileCopy.h
  185. ext/Mac/MoreFiles/FullPath.c
  186. ext/Mac/MoreFiles/FullPath.h
  187. ext/Mac/MoreFiles/IterateDirectory.c
  188. ext/Mac/MoreFiles/IterateDirectory.h
  189. ext/Mac/MoreFiles/MF.xs
  190. ext/Mac/MoreFiles/Makefile.PL
  191. ext/Mac/MoreFiles/Makefile.mk
  192. ext/Mac/MoreFiles/MoreDesktopMgr.c
  193. ext/Mac/MoreFiles/MoreDesktopMgr.h
  194. ext/Mac/MoreFiles/MoreFiles.c
  195. ext/Mac/MoreFiles/MoreFiles.exp
  196. ext/Mac/MoreFiles/MoreFiles.h
  197. ext/Mac/MoreFiles/MoreFiles.pm
  198. ext/Mac/MoreFiles/MoreFilesExtras.c
  199. ext/Mac/MoreFiles/MoreFilesExtras.h
  200. ext/Mac/MoreFiles/Search.c
  201. ext/Mac/MoreFiles/Search.h
  202. ext/Mac/MoreFiles/Sharing.h
  203. ext/Mac/MoreFiles/t/Application.t
  204. ext/Mac/MoreFiles/t/Iterate.t
  205. ext/Mac/OSA/Makefile.PL            Open Scripting Architecture interface
  206. ext/Mac/OSA/Makefile.mk
  207. ext/Mac/OSA/OSA.pm
  208. ext/Mac/OSA/OSA.t
  209. ext/Mac/OSA/OSA.xs
  210. ext/Mac/OSA/POSA.t
  211. ext/Mac/OSA/typemap
  212. ext/Mac/OSA/t/AppleScript.t
  213. ext/Mac/OSA/t/Frontier.t
  214. ext/Mac/OSA/t/Record.t
  215. ext/Mac/Processes/Makefile.PL        Process manager interface
  216. ext/Mac/Processes/Makefile.mk
  217. ext/Mac/Processes/Processes.pm
  218. ext/Mac/Processes/Processes.xs
  219. ext/Mac/Processes/typemap
  220. ext/Mac/Processes/t/Processes.t
  221. ext/Mac/Resources/Makefile.PL        Resource manager interface
  222. ext/Mac/Resources/Makefile.mk
  223. ext/Mac/Resources/Resources.pm
  224. ext/Mac/Resources/Resources.pod
  225. ext/Mac/Resources/Resources.xs
  226. ext/Mac/Resources/t/Resources.t
  227. ext/Mac/Speech/Makefile.PL        Text-to-Seech
  228. ext/Mac/Speech/Makefile.mk
  229. ext/Mac/Speech/Speech.pm
  230. ext/Mac/Speech/Speech.xs
  231. ext/Mac/Speech/t/Cellist.t
  232. ext/Mac/Speech/t/DumpVoices.t
  233. ext/Mac/Speech/t/JukeBox.t
  234. ext/Mac/SpeechRecognition/Makefile.PL
  235. ext/Mac/SpeechRecognition/Makefile.mk
  236. ext/Mac/SpeechRecognition/SpeechRecognition.pm
  237. ext/Mac/SpeechRecognition/SpeechRecognition.xs
  238. ext/Mac/SpeechRecognition/t/Dialer.t
  239. ext/Mac/SpeechRecognition/typemap
  240. ext/Mac/Types/Makefile.PL        Various Macintosh data types
  241. ext/Mac/Types/Makefile.mk
  242. ext/Mac/Types/Types.pm
  243. ext/Mac/Types/Types.xs
  244. ext/Mac/Types/t/Types.t
  245. ext/Mac/WriteMacInit            Write boot file
  246. ext/Mac/typemap                Many Mac data types, Perl mapping
  247. ext/MacPerl/AutoInit.pl            "builtin" Macintosh extensions
  248. ext/MacPerl/MacPerl.pm
  249. ext/MacPerl/MacPerl.xs
  250. ext/MacPerl/Makefile.PL
  251. ext/MacPerl/Makefile.mk
  252. ext/MacPerl/OSA.xs
  253. ext/MacPerl/XL.xs
  254. ext/NDBM_File/Makefile.PL    NDBM extension makefile writer
  255. ext/NDBM_File/Makefile.mk    NDBM extension makefile for Mac
  256. ext/NDBM_File/NDBM_File.pm    NDBM extension Perl module
  257. ext/NDBM_File/NDBM_File.xs    NDBM extension external subroutines
  258. ext/NDBM_File/hints/solaris.pl    Hint for NDBM_File for named architecture
  259. ext/NDBM_File/hints/svr4.pl    Hint for NDBM_File for named architecture
  260. ext/NDBM_File/typemap        NDBM extension interface types
  261. ext/POSIX/Makefile.PL        POSIX extension makefile writer
  262. ext/POSIX/Makefile.mk        POSIX extension makefile for Mac
  263. ext/POSIX/POSIX.pm        POSIX extension Perl module
  264. ext/POSIX/POSIX.pod        POSIX extension documentation
  265. ext/POSIX/POSIX.xs        POSIX extension external subroutines
  266. ext/POSIX/typemap        POSIX extension interface types
  267. ext/Safe/Makefile.PL        Safe extension makefile writer
  268. ext/Safe/Makefile.mk        Safe extension makefile for Mac
  269. ext/Safe/Safe.pm        Safe extension Perl module
  270. ext/Safe/Safe.xs        Safe extension external subroutines
  271. ext/Socket/Makefile.mk
  272. ext/Socket/Socket.c
  273. ext/Socket/Socket.exp
  274. ext/Socket/Makefile.PL    Socket extension makefile writer
  275. ext/Socket/Makefile.PL    Socket extension makefile for Mac
  276. ext/Socket/Socket.pm    Socket extension Perl module
  277. ext/Socket/Socket.xs    Socket extension external subroutines
  278. ext/UNIVERSAL/MANIFEST
  279. ext/UNIVERSAL/Makefile.PL
  280. ext/UNIVERSAL/Makefile.mk
  281. ext/UNIVERSAL/UNIVERSAL.pm
  282. ext/UNIVERSAL/UNIVERSAL.xs
  283. ext/UNIVERSAL/t/can.t
  284. ext/UNIVERSAL/t/isa.t
  285. ext/util/extliblist    Used by extension Makefile.PL to make lib lists
  286. ext/util/make_ext    Used by Makefile to execute extension Makefiles
  287. ext/util/mkbootstrap    Turns ext/*/*_BS into bootstrap info
  288. form.h            Public declarations for the above
  289. global.sym        Symbols that need hiding when embedded
  290. globals.c        File to declare global symbols (for shared library)
  291. gv.c            Glob value code
  292. gv.h            Glob value header
  293. h2pl/README        How to turn .ph files into .pl files
  294. h2pl/cbreak.pl        cbreak routines using .ph
  295. h2pl/cbreak2.pl        cbreak routines using .pl
  296. h2pl/eg/sizeof.ph    Sample sizeof array initialization
  297. h2pl/eg/sys/errno.pl    Sample translated errno.pl
  298. h2pl/eg/sys/ioctl.pl    Sample translated ioctl.pl
  299. h2pl/eg/sysexits.pl    Sample translated sysexits.pl
  300. h2pl/getioctlsizes    Program to extract types from ioctl.h
  301. h2pl/mksizes        Program to make %sizeof array
  302. h2pl/mkvars        Program to make .pl from .ph files
  303. h2pl/tcbreak        cbreak test routine using .ph
  304. h2pl/tcbreak2        cbreak test routine using .pl
  305. handy.h            Handy definitions
  306. hv.c            Hash value code
  307. hv.h            Hash value header
  308. installman        Perl script to install man pages for pods.
  309. installperl        Perl script to do "make install" dirty work
  310. interp.sym        Interpreter specific symbols to hide in a struct
  311. keywords.h        The keyword numbers
  312. keywords.pl        Program to write keywords.h
  313. lib/AnyDBM_File.pm    Perl module to emulate dbmopen
  314. lib/AutoLoader.pm    Autoloader base class
  315. lib/AutoSplit.pm    A module to split up autoload functions
  316. lib/Benchmark.pm    A module to time pieces of code and such
  317. lib/Carp.pm        Error message base class
  318. lib/Config.pm
  319. lib/Cwd.pm        Various cwd routines (getcwd, fastcwd, chdir)
  320. lib/DB_File.pm
  321. lib/Devel/SelfStubber.pm Generate stubs for SelfLoader.pm
  322. lib/DirHandle.pm    like FileHandle only for directories
  323. lib/DynaLoader.pm
  324. lib/English.pm        Readable aliases for short variables
  325. lib/Env.pm        Map environment into ordinary variables
  326. lib/Exporter.pm        Exporter base class
  327. lib/ExtUtils/Install.pm    Handles 'make install' on extensions
  328. lib/ExtUtils/Liblist.pm    Locates libraries
  329. lib/ExtUtils/MM_MacOS.pm
  330. lib/ExtUtils/MM_OS2.pm        MakeMaker methods for OS/2
  331. lib/ExtUtils/MM_Unix.pm        MakeMaker base class for Unix
  332. lib/ExtUtils/MM_VMS.pm        MakeMaker methods for VMS.
  333. lib/ExtUtils/MakeMaker.pm    Write Makefiles for extensions
  334. lib/ExtUtils/Manifest.pm    Utilities to write MANIFEST files
  335. lib/ExtUtils/Miniperl.pm
  336. lib/ExtUtils/Mkbootstrap.pm    Writes a bootstrap file (see MakeMaker)
  337. lib/ExtUtils/Mksymlists.pm    Writes a linker options file for extensions
  338. lib/ExtUtils/testlib.pm    Fixes up @INC to use just-built extension
  339. lib/ExtUtils/typemap        Extension interface types
  340. lib/ExtUtils/xsubpp        External subroutine preprocessor
  341. lib/Fcntl.pm
  342. lib/File/Basename.pm    A module to emulate the basename program
  343. lib/File/CheckTree.pm    Perl module supporting wholesale file mode validation
  344. lib/File/Copy.pm    Emulation of cp command
  345. lib/File/Find.pm    Routines to do a find
  346. lib/File/Path.pm    A module to do things like `mkdir -p' and `rm -r'
  347. lib/FileCache.pm    Keep more files open than the system permits
  348. lib/FileHandle.pm
  349. lib/GD.pm
  350. lib/GD.pod
  351. lib/Getopt/Long.pm    A module to fetch command options (GetOptions)
  352. lib/Getopt/Std.pm    A module to fetch command options (getopt, getopts)
  353. lib/I18N/Collate.pm    Routines to do strxfrm-based collation
  354. lib/IO.pm
  355. lib/IO/File.pm
  356. lib/IO/Handle.pm
  357. lib/IO/Pipe.pm
  358. lib/IO/Seekable.pm
  359. lib/IO/Select.pm
  360. lib/IO/Socket.pm
  361. lib/IPC/Open2.pm    Open a two-ended pipe
  362. lib/IPC/Open3.pm    Open a three-ended pipe!
  363. lib/Math/BigFloat.pm    An arbitrary precision floating-point arithmetic package
  364. lib/Math/BigInt.pm    An arbitrary precision integer arithmetic package
  365. lib/Math/Complex.pm    A Complex package
  366. lib/NDBM_File.pm
  367. lib/Net/Ping.pm        Ping methods
  368. lib/Pod/Functions.pm    used by pod/splitpod
  369. lib/Pod/Text.pm        Convert POD data to formatted ASCII text
  370. lib/POSIX.pm
  371. lib/POSIX.pod
  372. lib/Safe.pm
  373. lib/Search/Dict.pm    A module to do binary search on dictionaries
  374. lib/SelectSaver.pm    A module to enforce proper select scoping
  375. lib/SelfLoader.pm    A module to load functions only on demand.
  376. lib/Shell.pm        A module to make AUTOLOADed system() calls
  377. lib/Socket.pm
  378. lib/Symbol.pm        Symbol table manipulation routines
  379. lib/Sys/Hostname.pm    Hostname methods
  380. lib/Sys/Syslog.pm    Perl module supporting syslogging
  381. lib/Term/Cap.pm        Perl module supporting termcap usage
  382. lib/Term/Complete.pm    A command completion subroutine
  383. lib/Term/ReadLine.pm    Stub readline library
  384. lib/Test/Harness.pm    A test harness
  385. lib/Text/Abbrev.pm    An abbreviation table builder
  386. lib/Text/ParseWords.pm    Perl module to split words on arbitrary delimiter
  387. lib/Text/Soundex.pm    Perl module to implement Soundex
  388. lib/Text/Tabs.pm    Do expand and unexpand
  389. lib/Text/Wrap.pm    Paragraph formatter
  390. lib/Tie/Hash.pm        Base class for tied hashes
  391. lib/Tie/Scalar.pm    Base class for tied scalars
  392. lib/Tie/SubstrHash.pm    Compact hash for known key, value and table size
  393. lib/Time/Local.pm    Reverse translation of localtime, gmtime
  394. lib/UNIVERSAL.pm
  395. lib/abbrev.pl        An abbreviation table builder
  396. lib/assert.pl        assertion and panic with stack trace
  397. lib/bigfloat.pl        An arbitrary precision floating point package
  398. lib/bigint.pl        An arbitrary precision integer arithmetic package
  399. lib/bigrat.pl        An arbitrary precision rational arithmetic package
  400. lib/cacheout.pl        Manages output filehandles when you need too many
  401. lib/chat2.inter        A chat2 with interaction
  402. lib/chat2.pl        Randal's famous expect-ish routines
  403. lib/CommConnect.pl    Macintosh: Connection to serial port
  404. lib/complete.pl        A command completion subroutine
  405. lib/ctime.pl        A ctime workalike
  406. lib/diagnostics.pm    Print verbose diagnostics
  407. lib/dotsh.pl        Code to "dot" in a shell script
  408. lib/dumpvar.pl        A variable dumper
  409. lib/exceptions.pl    catch and throw routines
  410. lib/FAccess.ph        Macintosh: MPW specific commands
  411. lib/fastcwd.pl        a faster but more dangerous getcwd
  412. lib/FileCopy.pl        Macintosh (obsolete): Copy files
  413. lib/find.pl        A find emulator--used by find2perl
  414. lib/finddepth.pl    A depth-first find emulator--used by find2perl
  415. lib/FindFolder.pl    Macintosh (obsolete): Find special folders
  416. lib/flush.pl        Routines to do single flush
  417. lib/ftp.pl        FTP code
  418. lib/getcwd.pl        A getcwd() emulator
  419. lib/getopt.pl        Perl library supporting option parsing
  420. lib/getopts.pl        Perl library supporting option parsing
  421. lib/GUSI.ph        Macintosh (obsolete): Mac specific communications
  422. lib/hostname.pl        Old hostname code
  423. lib/importenv.pl    Perl routine to get environment into variables
  424. lib/integer.pm        For "use integer"
  425. lib/less.pm        For "use less"
  426. lib/lib.pm        For "use lib"
  427. lib/look.pl        A "look" equivalent
  428. lib/newgetopt.pl    A perl library supporting long option parsing
  429. lib/open2.pl        Open a two-ended pipe
  430. lib/open3.pl        Open a three-ended pipe
  431. lib/overload.pm        Module for overloading perl operators.
  432. lib/perl5db.pl        Perl debugging routines
  433. lib/pwd.pl        Routines to keep track of PWD environment variable
  434. lib/qd.pl
  435. lib/shellwords.pl    Perl library to split into words with shell quoting
  436. lib/sigtrap.pm        For trapping an abort and giving traceback
  437. lib/splain        Standalone program to print verbose diagnostics.
  438. lib/StandardFile.pl    Macintosh: Easy access to standard file dialogs
  439. lib/stat.pl        Perl library supporting stat function
  440. lib/strict.pm        For "use strict"
  441. lib/subs.pm        Declare overriding subs
  442. lib/syslog.pl        Perl library supporting syslogging
  443. lib/tainted.pl        Old code for tainting
  444. lib/termcap.pl        Perl library supporting termcap usage
  445. lib/timelocal.pl    Perl library supporting inverse of localtime, gmtime
  446. lib/validate.pl        Perl library supporting wholesale file mode validation
  447. lib/vars.pm        Declare pseudo-imported global variables
  448. makeaperl.SH        perl script that produces a new perl binary
  449. makedepend.SH        Precursor to makedepend
  450. makedir.SH        Precursor to makedir
  451. malloc.c        A version of malloc you might not want
  452. mg.c            Magic code
  453. mg.h            Magic header
  454. minimod.pl        Writes lib/ExtUtils/Miniperl.pm
  455. miniperlmain.c        Basic perl w/o dynamic loading or extensions
  456. mv-if-diff        Script to mv a file if it changed
  457. myconfig        Prints summary of the current configuration
  458. op.c            Opcode syntax tree code
  459. op.h            Opcode syntax tree header
  460. opcode.h        Automatically generated opcode header
  461. opcode.pl        Opcode header generatore
  462. patchlevel.h        The current patch level of perl
  463. perl.c            main()
  464. perl.h            Global declarations
  465. perl_exp.SH        Creates list of exported symbols for AIX.
  466. perlsh            A poor man's perl shell
  467. perly.c            A byacc'ed perly.y
  468. perly.fixer        A program to remove yacc stack limitations
  469. perly.h            The header file for perly.c
  470. perly.y            Yacc grammar for perl
  471. pod/Makefile        Make pods into something else
  472. pod/buildtoc        generate perltoc.pod
  473. pod/macperl.pod        Macintosh specific stuff
  474. pod/perl.pod        Top level perl man page
  475. pod/perlbook.pod    Book info
  476. pod/perlbot.pod        Object-oriented Bag o' Tricks
  477. pod/perlcall.pod    Callback info
  478. pod/perldata.pod    Data structure info
  479. pod/perldebug.pod    Debugger info
  480. pod/perldiag.pod    Diagnostic info
  481. pod/perldsc.pod        Data Structures Cookbook
  482. pod/perlembed.pod    Embedding info
  483. pod/perlform.pod    Format info
  484. pod/perlfunc.pod    Function info
  485. pod/perlguts.pod    Internals info
  486. pod/perlipc.pod        IPC info
  487. pod/perllol.pod        How to use lists of lists.
  488. pod/perlmod.pod        Module info
  489. pod/perlobj.pod        Object info
  490. pod/perlop.pod        Operator info
  491. pod/perlovl.pod        Overloading info
  492. pod/perlpod.pod        Pod info
  493. pod/perlre.pod        Regular expression info
  494. pod/perlref.pod        References info
  495. pod/perlrun.pod        Execution info
  496. pod/perlsec.pod        Security info
  497. pod/perlstyle.pod    Style info
  498. pod/perlsub.pod        Subroutine info
  499. pod/perlsyn.pod        Syntax info
  500. pod/perltie.pod        Tieing an object class into a simple variable
  501. pod/perltoc.pod        Table of Contents info
  502. pod/perltrap.pod    Trap info
  503. pod/perlvar.pod        Variable info
  504. pod/perlxs.pod        XS api info
  505. pod/perlxstut.pod    XS tutorial
  506. pod/pod2html
  507. pod/pod2html.PL        Precursor for translator to turn pod into HTML
  508. pod/pod2latex
  509. pod/pod2latex.PL    Precursor for translator to turn pod into LaTeX
  510. pod/pod2man
  511. pod/pod2man.PL        Precursor for translator to turn pod into manpage
  512. pod/pod2text
  513. pod/pod2text.PL            Precursor for translator to turn pod into text
  514. pod/roffitall        troff the whole man page set
  515. pod/splitman        Splits perlfunc into multiple man pages
  516. pod/splitpod        Splits perlfunc into multiple pod pages
  517. pp.c            Push/Pop code
  518. pp.h            Push/Pop code defs
  519. pp_ctl.c        Push/Pop code for control flow
  520. pp_hot.c        Push/Pop code for heavily used opcodes
  521. pp_sys.c        Push/Pop code for system interaction
  522. proto.h            Prototypes
  523. regcomp.c        Regular expression compiler
  524. regcomp.h        Private declarations for above
  525. regexec.c        Regular expression evaluator
  526. regexp.h        Public declarations for the above
  527. run.c            The interpreter loop
  528. scope.c            Scope entry and exit code
  529. scope.h            Scope entry and exit header
  530. sv.c            Scalar value code
  531. sv.h            Scalar value header
  532. t/README        Instructions for regression tests
  533. t/TEST            The regression tester
  534. t/base/cond.t        See if conditionals work
  535. t/base/if.t        See if if works
  536. t/base/lex.t        See if lexical items work
  537. t/base/pat.t        See if pattern matching works
  538. t/base/term.t        See if various terms work
  539. t/cmd/elsif.t        See if else-if works
  540. t/cmd/for.t        See if for loops work
  541. t/cmd/mod.t        See if statement modifiers work
  542. t/cmd/subval.t        See if subroutine values work
  543. t/cmd/switch.t        See if switch optimizations work
  544. t/cmd/while.t        See if while loops work
  545. t/comp/cmdopt.t        See if command optimization works
  546. t/comp/cpp.aux        main file for cpp.t
  547. t/comp/cpp.t        See if C preprocessor works
  548. t/comp/decl.t        See if declarations work
  549. t/comp/multiline.t    See if multiline strings work
  550. t/comp/package.t    See if packages work
  551. t/comp/script.t        See if script invokation works
  552. t/comp/term.t        See if more terms work
  553. t/harness        Finer diagnostics from test suite
  554. t/io/argv.t        See if ARGV stuff works
  555. t/io/dup.t        See if >& works right
  556. t/io/fs.t        See if directory manipulations work
  557. t/io/inplace.t        See if inplace editing works
  558. t/io/pipe.t        See if secure pipes work
  559. t/io/print.t        See if print commands work
  560. t/io/tell.t        See if file seeking works
  561. t/lib/anydbm.t        See if AnyDBM_File works
  562. t/lib/bigint.t        See if bigint.pl works
  563. t/lib/bigintpm.t    See if BigInt.pm works
  564. t/lib/db-btree.t    See if DB_File works
  565. t/lib/db-hash.t        See if DB_File works
  566. t/lib/db-recno.t    See if DB_File works
  567. t/lib/dirhand.t        See if DirHandle works
  568. t/lib/english.t        See if English works
  569. t/lib/filehand.t    See if FileHandle works
  570. t/lib/gdbm.t        See if GDBM_File works
  571. t/lib/ndbm.t        See if NDBM_File works
  572. t/lib/odbm.t        See if ODBM_File works
  573. t/lib/posix.t        See if POSIX works
  574. t/lib/safe.t        See if Safe works
  575. t/lib/sdbm.t        See if SDBM_File works
  576. t/lib/socket.t        See if Socket works
  577. t/lib/soundex.t        See if Soundex works
  578. t/mac/Answer.t
  579. t/mac/Ask.t
  580. t/mac/Chat.t
  581. t/mac/Choose.t
  582. t/mac/CommConnect.t
  583. t/mac/Errors.t
  584. t/mac/FAccess.t
  585. t/mac/FSSpec.t
  586. t/mac/FileCopy.t
  587. t/mac/FindFolder.t
  588. t/mac/Pick.t
  589. t/mac/Raw.t
  590. t/mac/StandardFile.t
  591. t/mac/TempHandle.t
  592. t/op/append.t        See if . works
  593. t/op/array.t        See if array operations work
  594. t/op/auto.t        See if autoincrement et all work
  595. t/op/chop.t        See if chop works
  596. t/op/cond.t        See if conditional expressions work
  597. t/op/delete.t        See if delete works
  598. t/op/do.t        See if subroutines work
  599. t/op/each.t        See if associative iterators work
  600. t/op/eval.t        See if eval operator works
  601. t/op/exec.t        See if exec and system work
  602. t/op/exp.t        See if math functions work
  603. t/op/flip.t        See if range operator works
  604. t/op/fork.t        See if fork works
  605. t/op/glob.t        See if <*> works
  606. t/op/goto.t        See if goto works
  607. t/op/groups.t        See if $( works
  608. t/op/index.t        See if index works
  609. t/op/int.t        See if int works
  610. t/op/join.t        See if join works
  611. t/op/list.t        See if array lists work
  612. t/op/local.t        See if local works
  613. t/op/magic.t        See if magic variables work
  614. t/op/misc.t        See if miscellaneous bugs have been fixed
  615. t/op/mkdir.t        See if mkdir works
  616. t/op/my.t        See if lexical scoping works
  617. t/op/oct.t        See if oct and hex work
  618. t/op/ord.t        See if ord works
  619. t/op/overload.t        See if operator overload works
  620. t/op/pack.t        See if pack and unpack work
  621. t/op/pat.t        See if esoteric patterns work
  622. t/op/push.t        See if push and pop work
  623. t/op/quotemeta.t    See if quotemeta works
  624. t/op/rand.t        See if rand works
  625. t/op/range.t        See if .. works
  626. t/op/re_tests        Input file for op.regexp
  627. t/op/read.t        See if read() works
  628. t/op/readdir.t        See if readdir() works
  629. t/op/ref.t        See if refs and objects work
  630. t/op/regexp.t        See if regular expressions work
  631. t/op/repeat.t        See if x operator works
  632. t/op/sleep.t        See if sleep works
  633. t/op/sort.t        See if sort works
  634. t/op/split.t        See if split works
  635. t/op/sprintf.t        See if sprintf works
  636. t/op/stat.t        See if stat works
  637. t/op/study.t        See if study works
  638. t/op/subst.t        See if substitution works
  639. t/op/substr.t        See if substr works
  640. t/op/time.t        See if time functions work
  641. t/op/undef.t        See if undef works
  642. t/op/unshift.t        See if unshift works
  643. t/op/vec.t        See if vectors work
  644. t/op/write.t        See if write works
  645. t/re_tests        Regular expressions for regexp.t
  646. taint.c            Tainting code
  647. toke.c            The tokener
  648. unixish.h        Defines that are assumed on Unix
  649. util.c            Utility routines
  650. util.h            Public declarations for the above
  651. utils/Makefile        Extract the utility scripts.
  652. utils/c2ph.PL        program to translate dbx stabs to perl
  653. utils/h2ph.PL        A thing to turn C .h files into perl .ph files
  654. utils/h2xs.PL        Program to make .xs files from C header files
  655. utils/perlbug.PL    A simple tool to submit a bug report
  656. utils/perldoc.PL    A simple tool to find & display perl's documentation
  657. utils/pl2pm.PL        A pl to pm translator
  658. writemain.SH        Generate perlmain.c from miniperlmain.c+extensions
  659. x2p/EXTERN.h        Same as above
  660. x2p/INTERN.h        Same as above
  661. x2p/Makefile.SH        Precursor to Makefile
  662. x2p/Makefile.mk
  663. x2p/a2p.c        Output of a2p.y run through byacc
  664. x2p/a2p.h        Global declarations
  665. x2p/a2p.man        Manual page for awk to perl translator
  666. x2p/a2p.y        A yacc grammer for awk
  667. x2p/a2py.c        Awk compiler, sort of
  668. x2p/cflags.SH        A script that emits C compilation flags per file
  669. x2p/find2perl
  670. x2p/find2perl.PL    A find to perl translator
  671. x2p/handy.h        Handy definitions
  672. x2p/hash.c        Associative arrays again
  673. x2p/hash.h        Public declarations for the above
  674. x2p/s2p.PL        Sed to perl translator
  675. x2p/s2p.man        Manual page for sed to perl translator
  676. x2p/str.c        String handling package
  677. x2p/str.h        Public declarations for the above
  678. x2p/util.c        Utility routines
  679. x2p/util.h        Public declarations for the above
  680. x2p/walk.c        Parse tree walker
  681. BuildRules.mk
  682. BulkBuildRules.mk
  683. HandleSocket.cp
  684. MANIFEST.src
  685. MANIFEST.src.SKIP
  686. Makefile.mk
  687. Perl.r
  688. Perl.rsrc
  689. PerlInstall
  690. SafeDel
  691. SubLaunch.c
  692. SubLaunch.h
  693. UnPreload.c
  694. config.h
  695. config.mac
  696. crypt.c
  697. icemalloc.c
  698. icemalloc.h
  699. macish.c
  700. macish.h
  701. makedir
  702. missing.c
  703. pwd.h
  704. writediag
  705. writemain
  706. MacDistr        How I build MacPerl distributions
  707. Icon\015
  708.